fix some links, add error rules, remove footer#566
fix some links, add error rules, remove footer#566jukent merged 11 commits intoProjectPythia:mainfrom
Conversation
|
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
|
Our nightly build failure included this as to But the PR was having trouble accessing the keys altogether? Our metrics page says, "Last Updated: 2026-02-24 02:46:24.757143" with our last "successful" nightly build being 2026-02-23 at 7:45PM Mountain time. So it is the |
|
Not ideal, but PRs from forks will always fail to build metrics due to GitHub secrets/token handling. I tried 'myst build --execute --html --strict --exclude metrics.md' but Any advice @agoose77 ? Can I somehow add "unexpected figure content of type output found in legend node" to the error-rules exclusions in the E: Seems the key for the above error is |
erogluorhan
left a comment
There was a problem hiding this comment.
Thanks a lot for looking into this! Now that you seem to have figured out PRs from forks, this seems good to me.
|
I think ideally I'd like to change the pull request build test to something like `build_command: 'myst build --execute --html --strict --exclude metrics.md' so we still have strict testing for everything except an action that will always fail when run from a fork. If this is possible @agoose77 let us know! |
Closes #565
Could not track down
And I'm not sure if the
unexpected figure content of type output found in legend nodeinmetrics.mdare a quirk of how the pipeline works (but doesn't pass strict build) or if there is a larger issue. May have to diagnose in a different PR.